From: Kim F. Storm Date: Mon, 24 Jun 2002 08:29:49 +0000 (+0000) Subject: Added :require 'keypad to defcustoms. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~32064 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7eff58f2345e0fb6a6d81dc2267c1ab2e77d9017;p=emacs.git Added :require 'keypad to defcustoms. --- diff --git a/lisp/emulation/keypad.el b/lisp/emulation/keypad.el index 7a9b4fc8362..f9b73f4f1d7 100644 --- a/lisp/emulation/keypad.el +++ b/lisp/emulation/keypad.el @@ -118,6 +118,7 @@ decimal key must be specified." (const :tag "Shifted cursor keys" S-cursor) (const :tag "Remove bindings" none) (other :tag "Keep existing bindings" nil)) + :require 'keypad :group 'keyboard) ;;;###autoload @@ -140,6 +141,7 @@ decimal key must be specified." (const :tag "Shifted cursor keys" S-cursor) (const :tag "Remove bindings" none) (other :tag "Keep existing bindings" nil)) + :require 'keypad :group 'keyboard) ;;;###autoload @@ -162,6 +164,7 @@ decimal key must be specified." (const :tag "Shifted cursor keys" S-cursor) (const :tag "Remove bindings" none) (other :tag "Keep existing bindings" nil)) + :require 'keypad :group 'keyboard) ;;;###autoload @@ -184,6 +187,7 @@ decimal key must be specified." (const :tag "Shifted cursor keys" S-cursor) (const :tag "Remove bindings" none) (other :tag "Keep existing bindings" nil)) + :require 'keypad :group 'keyboard)